-
Notifications
You must be signed in to change notification settings - Fork 581
FEAT: add support for multimodal data from HarmBench #1110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT: add support for multimodal data from HarmBench #1110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very good. A few small comments but otherwise ready to merge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Just one question really and then we're ready to merge.
Thanks @paulinek13 for the first multimodal dataset contribution! This is huge 🙂 |
This PR adds a new function under
pyrit\datasets
for fetching multimodal examples from the HarmBench dataset:fetch_harmbench_multimodal_dataset_async
.Resolves #355
Tests and Documentation
✔️ The new function is documented & has relevant unit tests